Definitions

The reason they're called wisdom teeth is that the experience makes you wise.

Math

Note: If you cannot view some of the math on this page, you may need to add MathML support to your browser. If you have Mozilla/Firefox, go here and install the fonts. If you have Internet Explorer, go here and install the MathPlayer plugin.

Math > Functions > Definitions

Definitions

The definitions of functions and related terms.

Sibling topics:

Contents:

Definition of a function [tags: function domain codomain]
A function from A to B is set of ordered pairs SA×B such that:
  1. (uA)(vB)((u,v)S), and
  2. (uA)(v,wB)((u,v)Sand(u,w)Sv=w)
For sets A and B, "f:AB" means f is a function from A to B. If f is a function, then "f(u)=v" means (u,v)f.

The set A is called the function's domain and the set B is called the function's codomain. The above definition basically says that a) for every element u in A, f(u)B, and b) if f(u)=vandf(u)=w, then v=w (ie, each element of the function's domain maps to exactly one element of the function's codomain). The word "range" is sometimes used to refer to a function's codomain, and sometimes to refer to its image set.
Definition of image set [tags: imageSet]
The image set of a function is the subset of the function's codomain onto which elements of its domain are mapped.

The image set of a function f:AB, is defined as
{f(t):tA}
and may be written as Im(f)orf(A).
Definition of surjective [tags: surjective]
A function is surjective if the function's image set equals its codomain.

A function f:AB is surjective (or "onto") if
(vB)(uA)(f(u)=v)
More concisely, f is surjective if Im(f)=B. This essentially means that every element of the function's codomain is mapped to by some element of its domain.
Definition of injective [tags: injective]
A function is injective (or "one-to-one") if no element of its codomain is mapped to by more than one element of its domain.

A function f:AB is injective if
(u,wA)(f(u)=f(w)u=w)
This means that no element of the function's codomain is mapped to by more than one element of its domain. In order for a function to be invertible, it must be one-to-one.
Definition of bijective [tags: bijective]
A function is bijective if it is both surjective and injective.
Definition of composition [tags: composition]
Given f:AB and g:BC, the composition of f and g (written gf and read "g composition f" or "g of f") is the subset of A×C equal to
{(u,w)A×C:g(f(u))=w}
In other words, (u,w)gf means w=g(f(u)), and (gf)(x)=g(f(x)) for all x.
Definition of strictly increasing
For a function f with domain , f is strictly increasing if:
(x,y)(x<yf(x)<f(y))